home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 July / Macworld (1999-07).dmg / Shareware World / Maths & Science / HearCalc / README < prev   
Text File  |  1999-05-05  |  1KB  |  40 lines

  1. HearCalc
  2. ©1999 Purple E Software
  3. Coded By: Erick Tejkowski
  4. Web: http://www.norcom2000.com/users/ejt/purplee.html
  5. E-mail: <ejt@norcom2000.com>
  6.  
  7. HearCalc is a nifty calculator that makes use of Apple's English Speech Recognition (© Apple Computer). To use HearCalc, follow these steps:
  8.  
  9. 1. Install Apple Speech Recognition and Applescript.
  10.  
  11. 2. Drag all of the scripts from the "Drag to Speakable Items" folder to the "Speakable Items" folder in your Apple menu. These scripts are the phrases used to control the HearCalc calculator. You can rename these scripts, or make your own. (See below)
  12.  
  13. 3. Start Speech Recognition from the Speech control panel.
  14.  
  15. 4. Start HearCalc.
  16.  
  17. 5. Start speaking to your Mac.
  18.  
  19.  
  20. AppleScripting
  21. HearCalc is Apple-scriptable (That's how speech recognition works anyway!). To view the possible commands, open the HearCalc dictionary in the Script Editor. HearCalc responds to the following commands:
  22.  
  23. PressButton "zero"
  24. PressButton "one"
  25. PressButton "two"
  26. PressButton "three"
  27. PressButton "four"
  28. PressButton "five"
  29. PressButton "six"
  30. PressButton "seven"
  31. PressButton "eight"
  32. PressButton "nine"
  33. PressButton "clear"
  34. PressButton "backspace"
  35. PressButton "plus"
  36. PressButton "minus"
  37. PressButton "times"
  38. PressButton "dividedby"
  39. PressButton "equals"
  40. PressButton "point"